Update API doc URL for Cargo
authorAlex Crichton <alex@alexcrichton.com>
Fri, 3 Feb 2017 22:14:36 +0000 (14:14 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 3 Feb 2017 22:14:36 +0000 (14:14 -0800)
Closes #3640

Cargo.toml

index da83c3f88689d8806ad27ecfa4804bf7150f14b4..0cb4e934f7a0304468e3aff54c60e6d9356355ec 100644 (file)
@@ -7,7 +7,7 @@ authors = ["Yehuda Katz <wycats@gmail.com>",
 license = "MIT/Apache-2.0"
 homepage = "https://crates.io"
 repository = "https://github.com/rust-lang/cargo"
-documentation = "http://doc.crates.io/cargo"
+documentation = "https://docs.rs/cargo"
 description = """
 Cargo, a package manager for Rust.
 """